home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / BOXES / ABOUTDLG / ABOUT.DFM / ABOUT.txt
Text File  |  1996-03-23  |  2KB  |  148 lines

  1. object AboutBox: TAboutBox
  2.   Left = 374
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'About '
  6.   ClientHeight = 402
  7.   ClientWidth = 479
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 16
  14.   object ProgramIcon: TImage
  15.     Left = 24
  16.     Top = 24
  17.     Width = 73
  18.     Height = 73
  19.   end
  20.   object ProductName: TLabel
  21.     Left = 128
  22.     Top = 24
  23.     Width = 46
  24.     Height = 16
  25.     Caption = 'Product'
  26.   end
  27.   object Version: TLabel
  28.     Left = 128
  29.     Top = 54
  30.     Width = 46
  31.     Height = 16
  32.     Caption = 'Version'
  33.   end
  34.   object Copyright: TLabel
  35.     Left = 128
  36.     Top = 84
  37.     Width = 57
  38.     Height = 16
  39.     Caption = 'Copyright'
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 8
  43.     Top = 176
  44.     Width = 465
  45.     Height = 2
  46.   end
  47.   object Label1: TLabel
  48.     Left = 80
  49.     Top = 192
  50.     Width = 48
  51.     Height = 16
  52.     Caption = 'System:'
  53.   end
  54.   object OSName: TLabel
  55.     Left = 160
  56.     Top = 192
  57.     Width = 56
  58.     Height = 16
  59.     Caption = 'OSName'
  60.   end
  61.   object Label2: TLabel
  62.     Left = 80
  63.     Top = 216
  64.     Width = 52
  65.     Height = 16
  66.     Caption = 'Version :'
  67.   end
  68.   object OSVersion: TLabel
  69.     Left = 160
  70.     Top = 216
  71.     Width = 65
  72.     Height = 16
  73.     Caption = 'OSVersion'
  74.   end
  75.   object Label3: TLabel
  76.     Left = 80
  77.     Top = 240
  78.     Width = 65
  79.     Height = 16
  80.     Caption = 'Processor:'
  81.   end
  82.   object CPUName: TLabel
  83.     Left = 160
  84.     Top = 240
  85.     Width = 65
  86.     Height = 16
  87.     Caption = 'CPUName'
  88.   end
  89.   object Label4: TLabel
  90.     Left = 80
  91.     Top = 264
  92.     Width = 52
  93.     Height = 16
  94.     Caption = 'Memory:'
  95.   end
  96.   object Memory: TLabel
  97.     Left = 160
  98.     Top = 264
  99.     Width = 49
  100.     Height = 16
  101.     Caption = 'Memory'
  102.   end
  103.   object Label6: TLabel
  104.     Left = 80
  105.     Top = 288
  106.     Width = 58
  107.     Height = 16
  108.     Caption = 'DiskFree:'
  109.   end
  110.   object DiskFree: TLabel
  111.     Left = 160
  112.     Top = 288
  113.     Width = 55
  114.     Height = 16
  115.     Caption = 'DiskFree'
  116.   end
  117.   object Comments1: TLabel
  118.     Left = 128
  119.     Top = 114
  120.     Width = 71
  121.     Height = 16
  122.     Caption = 'Comments1'
  123.   end
  124.   object Comments2: TLabel
  125.     Left = 128
  126.     Top = 136
  127.     Width = 71
  128.     Height = 16
  129.     Caption = 'Comments2'
  130.   end
  131.   object DiskFree1: TLabel
  132.     Left = 160
  133.     Top = 312
  134.     Width = 62
  135.     Height = 16
  136.     Caption = 'DiskFree1'
  137.   end
  138.   object BitBtn1: TBitBtn
  139.     Left = 192
  140.     Top = 352
  141.     Width = 99
  142.     Height = 33
  143.     TabOrder = 0
  144.     OnClick = BitBtn1Click
  145.     Kind = bkOK
  146.   end
  147. end
  148.